accellabel: Move gtk_accelerator_get_label() code
authorBenjamin Otte <otte@redhat.com>
Mon, 13 Aug 2018 02:59:49 +0000 (04:59 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 19 Mar 2020 03:00:50 +0000 (23:00 -0400)
commit93af53a2fc110898ec163eb79f1544c3338c6277
treef2e6b8e0968580b49a20accf2d0e4cfb8112a158
parente2a0ed4fcbffe68b414fc26d262165cc53e6cb24
accellabel: Move gtk_accelerator_get_label() code

The function lives in gtkaccelgroup.c, so there's no need to have that
call a private function in another source file. Instead, make that
other source file call gtk_accelerator_get_label() instead.
gtk/gtkaccelgroup.c
gtk/gtkaccellabel.c
gtk/gtkmodelbutton.c